PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeFillNonZero2Operator Method
The path painted by this operator.
In This Topic
    analyzeFillNonZero2Operator Method
    In This Topic
    Called when F operator is found.
    The pathVisualObject parameter is set only when the property is set to true on the analyzer that processes this operator.
    Syntax
    public void analyzeFillNonZero2Operator( 
       PDFPathVisualObject pathVisualObject
    )

    Parameters

    pathVisualObject
    The path painted by this operator.
    See Also